On Fri, May 04, 2018 at 05:39:58PM +0300, Dmitry Osipenko wrote: [...] > +static bool tegra_dc_window_can_use_horizontal_filtering( > + struct tegra_plane *plane, > + const struct tegra_dc_window *window) [...] > +static bool tegra_dc_window_can_use_vertical_filtering( > + struct tegra_plane *plane, > + const struct tegra_dc_window *window) I made these a little shorter. Thierry