diff options
author | Dmitry Osipenko <digetx@gmail.com> | 2020-06-18 02:40:38 +0300 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2020-07-17 17:06:16 +0300 |
commit | e9e476f7f7eaaf12058290f83cccbcb076596b2f (patch) | |
tree | 3da5882d3978e54b8e0bcd94e5ab11f64e0d3fa1 /drivers/gpu/drm/tegra/plane.h | |
parent | 5f1df70f59257d6988712b4f8de51737fc1abd87 (diff) | |
download | linux-e9e476f7f7eaaf12058290f83cccbcb076596b2f.tar.xz |
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>
Diffstat (limited to 'drivers/gpu/drm/tegra/plane.h')
-rw-r--r-- | drivers/gpu/drm/tegra/plane.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/tegra/plane.h b/drivers/gpu/drm/tegra/plane.h index a158a915109a..8047fc916d8c 100644 --- a/drivers/gpu/drm/tegra/plane.h +++ b/drivers/gpu/drm/tegra/plane.h @@ -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]; |