aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/gpu/drm/tegra/dc.h
diff options
context:
space:
mode:
authorDmitry Osipenko <digetx@gmail.com>2020-06-18 02:40:39 +0300
committerThierry Reding <treding@nvidia.com>2020-07-17 16:06:17 +0200
commitcd740777d29d7053e0172c7e0105789428425941 (patch)
tree5876310deb7a45a2f6cf916d2703f8f3d438fd54 /drivers/gpu/drm/tegra/dc.h
parentdrm/tegra: plane: Rename bottom_up to reflect_y (diff)
downloadwireguard-linux-cd740777d29d7053e0172c7e0105789428425941.tar.xz
wireguard-linux-cd740777d29d7053e0172c7e0105789428425941.zip
drm/tegra: plane: Support horizontal reflection
Support horizontal reflection mode which will allow to support 180° rotation mode when combined with the vertical reflection. 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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/tegra/dc.h b/drivers/gpu/drm/tegra/dc.h
index 98e1b625168e..051d03dcb9b0 100644
--- a/drivers/gpu/drm/tegra/dc.h
+++ b/drivers/gpu/drm/tegra/dc.h
@@ -136,6 +136,7 @@ struct tegra_dc_window {
unsigned int stride[2];
unsigned long base[3];
unsigned int zpos;
+ bool reflect_x;
bool reflect_y;
struct tegra_bo_tiling tiling;