summaryrefslogtreecommitdiff
path: root/include/video
diff options
context:
space:
mode:
authorPrashant Malani <pmalani@nvidia.com>2012-06-07 13:34:12 -0700
committerRohan Somvanshi <rsomvanshi@nvidia.com>2012-09-13 02:48:13 -0700
commitb4f038bbc81f68fd483d7b7d7976a91c69e99e3f (patch)
tree742c591f00ab1f159a37c721e7faa44970c95bd6 /include/video
parent54fbcea022cfb34815cc2d4573f3c5c9fab84455 (diff)
video: tegra: dc: Enable cursor window clipping
Add a new ioctl to enable cursor clipping. Modify set_cursor_image_hw() to preserve cursor clipping status. Change-Id: I4af4c342fc008203c4d8148609587618e333c71f Signed-off-by: Prashant Malani <pmalani@nvidia.com> Reviewed-on: http://git-master/r/131270 Reviewed-by: Rohan Somvanshi <rsomvanshi@nvidia.com> Tested-by: Rohan Somvanshi <rsomvanshi@nvidia.com>
Diffstat (limited to 'include/video')
-rw-r--r--include/video/tegra_dc_ext.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/video/tegra_dc_ext.h b/include/video/tegra_dc_ext.h
index 86511e8b2b2d..5165cf552e49 100644
--- a/include/video/tegra_dc_ext.h
+++ b/include/video/tegra_dc_ext.h
@@ -256,6 +256,9 @@ struct tegra_dc_ext_feature {
#define TEGRA_DC_EXT_GET_FEATURES \
_IOW('D', 0x0B, struct tegra_dc_ext_feature)
+#define TEGRA_DC_EXT_CURSOR_CLIP \
+ _IOW('D', 0x0C, __s32)
+
enum tegra_dc_ext_control_output_type {
TEGRA_DC_EXT_DSI,
TEGRA_DC_EXT_LVDS,