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:

committed by
Thierry Reding

parent
5f1df70f59
commit
e9e476f7f7
@@ -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];
|
||||
|
Reference in New Issue
Block a user