Searched refs:old_window (Results 1 – 1 of 1) sorted by relevance
2113 struct tegra_dc_window window, old_window; in tegra_crtc_update_memory_bandwidth() local2174 old_window.src.h = drm_rect_height(&old_plane_state->src) >> 16; in tegra_crtc_update_memory_bandwidth()2175 old_window.dst.h = drm_rect_height(&old_plane_state->dst); in tegra_crtc_update_memory_bandwidth()2188 if (tegra_plane_use_vertical_filtering(tegra, &old_window)) in tegra_crtc_update_memory_bandwidth()2189 window = old_window; in tegra_crtc_update_memory_bandwidth()