From ba121123068656e007955d090915c8c94a436fd4 Mon Sep 17 00:00:00 2001 From: Adam Cheney Date: Thu, 15 Mar 2012 14:50:00 -0700 Subject: 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 Reviewed-on: http://git-master/r/90418 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Robert Morell --- include/video/tegra_dc_ext.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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; -- cgit v1.2.3