summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/tegra/plane.c
diff options
context:
space:
mode:
authorDmitry Osipenko <digetx@gmail.com>2020-06-18 02:40:38 +0300
committerThierry Reding <treding@nvidia.com>2020-07-17 17:06:16 +0300
commite9e476f7f7eaaf12058290f83cccbcb076596b2f (patch)
tree3da5882d3978e54b8e0bcd94e5ab11f64e0d3fa1 /drivers/gpu/drm/tegra/plane.c
parent5f1df70f59257d6988712b4f8de51737fc1abd87 (diff)
downloadlinux-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.c')
-rw-r--r--drivers/gpu/drm/tegra/plane.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/tegra/plane.c b/drivers/gpu/drm/tegra/plane.c
index 9ccfb56e9b01..e05ef6013a97 100644
--- a/drivers/gpu/drm/tegra/plane.c
+++ b/drivers/gpu/drm/tegra/plane.c
@@ -61,7 +61,7 @@ tegra_plane_atomic_duplicate_state(struct drm_plane *plane)
copy->tiling = state->tiling;
copy->format = state->format;
copy->swap = state->swap;
- copy->bottom_up = state->bottom_up;
+ copy->reflect_y = state->reflect_y;
copy->opaque = state->opaque;
for (i = 0; i < 2; i++)