summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJason Chen <b02280@freescale.com>2011-09-29 09:22:07 +0800
committerJason Liu <r64343@freescale.com>2012-01-09 20:23:51 +0800
commit70214b3db7da287a1cf8011592f892060ff7be94 (patch)
tree73784de18c35591bf62dec2095e1fa29ec425966 /include
parent225437ed15f2ff553b944d19fb737ec924ff7bbb (diff)
ENGR00158456-1 ipuv3 dev: return error for split mode with rotation
Currently we do not support split mode with rotation. Signed-off-by: Jason Chen <b02280@freescale.com>
Diffstat (limited to 'include')
-rw-r--r--include/linux/ipu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/ipu.h b/include/linux/ipu.h
index d6c1588b82c1..17638ab15120 100644
--- a/include/linux/ipu.h
+++ b/include/linux/ipu.h
@@ -237,6 +237,7 @@ enum {
IPU_CHECK_ERR_SPLIT_INPUTH_OVER,
IPU_CHECK_ERR_SPLIT_OUTPUTW_OVER,
IPU_CHECK_ERR_SPLIT_OUTPUTH_OVER,
+ IPU_CHECK_ERR_SPLIT_WITH_ROT,
};
/* IOCTL commands */