aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/gpu/drm/tegra/dc.h
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 16:06:16 +0200
commite9e476f7f7eaaf12058290f83cccbcb076596b2f (patch)
tree3da5882d3978e54b8e0bcd94e5ab11f64e0d3fa1 /drivers/gpu/drm/tegra/dc.h
parentdrm/tegra: dc: Omit superfluous error message in tegra_dc_probe() (diff)
downloadwireguard-linux-e9e476f7f7eaaf12058290f83cccbcb076596b2f.tar.xz
wireguard-linux-e9e476f7f7eaaf12058290f83cccbcb076596b2f.zip
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/dc.h')
-rw-r--r--drivers/gpu/drm/tegra/dc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/tegra/dc.h b/drivers/gpu/drm/tegra/dc.h
index 3d8ddccd758f..98e1b625168e 100644
--- a/drivers/gpu/drm/tegra/dc.h
+++ b/drivers/gpu/drm/tegra/dc.h
@@ -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;