drm/tegra: plane: Rename bottom_up to reflect_y

This makes the naming consistent with the DRM core.

Signed-off-by: Dmitry Osipenko <digetx@gmail.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
This commit is contained in:
Dmitry Osipenko
2020-06-18 02:40:38 +03:00
committed by Thierry Reding
parent 5f1df70f59
commit e9e476f7f7
4 changed files with 8 additions and 8 deletions

View File

@@ -136,7 +136,7 @@ struct tegra_dc_window {
unsigned int stride[2];
unsigned long base[3];
unsigned int zpos;
bool bottom_up;
bool reflect_y;
struct tegra_bo_tiling tiling;
u32 format;