summaryrefslogtreecommitdiff
path: root/include/video
diff options
context:
space:
mode:
authorKevin Huang <kevinh@nvidia.com>2012-08-23 11:06:42 -0700
committerDan Willemsen <dwillemsen@nvidia.com>2013-09-14 01:26:13 -0700
commit6b4b89565c5620663f15154d6a7182ea62594ab1 (patch)
tree32ed2112b29f332f619ecda391f9f6a8ba91b29e /include/video
parentbcc9e58a028dfc281df140ee47c009584e6fdd72 (diff)
video: tegra: dc: Add support to SCAN_COLUMN.
SCAN_COLUMN is a new feature for display. Add support to it for 90 & 270 degree rotation. Bug 964993 Bug 911213 Change-Id: Iff9818d901a4ae09dffb833bf2cf4a888f1ecec5 Signed-off-by: Kevin Huang <kevinh@nvidia.com> Reviewed-on: http://git-master/r/130313 Reviewed-by: Simone Willett <swillett@nvidia.com> Tested-by: Simone Willett <swillett@nvidia.com> Rebase-Id: R631c88af2834303d46a21b87dfaba2ffb7eb5843
Diffstat (limited to 'include/video')
-rw-r--r--include/video/tegra_dc_ext.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/video/tegra_dc_ext.h b/include/video/tegra_dc_ext.h
index 8f9d0423f516..86511e8b2b2d 100644
--- a/include/video/tegra_dc_ext.h
+++ b/include/video/tegra_dc_ext.h
@@ -60,6 +60,7 @@
#define TEGRA_DC_EXT_FLIP_FLAG_TILED (1 << 2)
#define TEGRA_DC_EXT_FLIP_FLAG_CURSOR (1 << 3)
#define TEGRA_DC_EXT_FLIP_FLAG_GLOBAL_ALPHA (1 << 4)
+#define TEGRA_DC_EXT_FLIP_FLAG_SCAN_COLUMN (1 << 6)
struct tegra_dc_ext_flip_windowattr {
__s32 index;