summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJason Chen <b02280@freescale.com>2011-09-29 09:22:07 +0800
committerJason Chen <b02280@freescale.com>2011-09-29 09:24:40 +0800
commit5f5c713862084960c44278a8057657112ccecf4d (patch)
tree280a69394ccf6f24676d340a2979be6af10801de /include
parentae37cd7dab3e197954dc6ee474b3ec2e7543779a (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 */