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

@@ -46,7 +46,7 @@ struct tegra_plane_state {
u32 format;
u32 swap;
bool bottom_up;
bool reflect_y;
/* used for legacy blending support only */
struct tegra_plane_legacy_blending_state blending[2];