summaryrefslogtreecommitdiff
path: root/include/video
diff options
context:
space:
mode:
authorAdam Cheney <acheney@nvidia.com>2012-03-15 14:50:00 -0700
committerSimone Willett <swillett@nvidia.com>2012-03-29 13:38:18 -0700
commitba121123068656e007955d090915c8c94a436fd4 (patch)
tree887b48b897893504229946a176aa12f3294e4f98 /include/video
parent9471542720db75307e6279f66040bb94b8acf1f9 (diff)
video: tegra: add cursor mode flipping
This change adds a flag to flip windows in cursor mode. Cursor mode will cause flips to be skipped over if there are newer flip requests waiting in the workqueue. Add CURSOR_MODE to caps bitfield. bug 942762 Change-Id: Ib52a0a5565f961cdd9650e4204cd65b86f96fee1 Signed-off-by: Adam Cheney <acheney@nvidia.com> Reviewed-on: http://git-master/r/90418 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Robert Morell <rmorell@nvidia.com>
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 8c51c70858ed..f46074b1e559 100644
--- a/include/video/tegra_dc_ext.h
+++ b/include/video/tegra_dc_ext.h
@@ -58,6 +58,7 @@
#define TEGRA_DC_EXT_FLIP_FLAG_INVERT_H (1 << 0)
#define TEGRA_DC_EXT_FLIP_FLAG_INVERT_V (1 << 1)
#define TEGRA_DC_EXT_FLIP_FLAG_TILED (1 << 2)
+#define TEGRA_DC_EXT_FLIP_FLAG_CURSOR (1 << 3)
struct tegra_dc_ext_flip_windowattr {
__s32 index;