summaryrefslogtreecommitdiff
path: root/include/media
diff options
context:
space:
mode:
authorDavid Wang <davidw@nvidia.com>2014-02-11 23:54:13 -0800
committerThomas Cherry <tcherry@nvidia.com>2014-02-13 11:12:10 -0800
commit1a787f3d38404fd7d29d979e0ba2bfdd9f8798d3 (patch)
treef96b7c3b01bb9612892b2a2db43eb778c08955ab /include/media
parent38cf3bb8bfd02b720e2122f492f5e665374da0ab (diff)
driver:media:tegra: soc1040 set min frame rate
Added new ioctl and function for setting minimum frame rate for soc1040. This allows change between fixed and variable framerate. Bug 1435570 Change-Id: I133874aa68f6ea374fdef8d13cee709ef7aaec20 Signed-off-by: David Wang <davidw@nvidia.com> Reviewed-on: http://git-master/r/366408 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Frank Chen <frankc@nvidia.com> Reviewed-by: Thomas Cherry <tcherry@nvidia.com>
Diffstat (limited to 'include/media')
-rw-r--r--include/media/mt9m114.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/media/mt9m114.h b/include/media/mt9m114.h
index 6ddb748c126e..183874697fb1 100644
--- a/include/media/mt9m114.h
+++ b/include/media/mt9m114.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2013 NVIDIA Corporation. All rights reserved.
+ * Copyright (C) 2013-2014 NVIDIA Corporation. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
@@ -48,6 +48,7 @@
#define MT9M114_SENSOR_IOCTL_SET_CAMERA _IOW('o', 8, __u8)
#define MT9M114_SENSOR_IOCTL_SET_EV _IOW('o', 9, __s16)
#define MT9M114_SENSOR_IOCTL_GET_EV _IOR('o', 10, __s16)
+#define MT9M114_SENSOR_IOCTL_SET_MIN_FPS _IOW('o', 11, __u16)
struct mt9m114_mode {
int xres;