diff options
author | Jason Chen <b02280@freescale.com> | 2011-09-29 09:22:07 +0800 |
---|---|---|
committer | Justin Waters <justin.waters@timesys.com> | 2012-07-03 16:54:38 -0400 |
commit | 5fbd41d8d498f781de2e1961b3d8ccc38357e82c (patch) | |
tree | 73784de18c35591bf62dec2095e1fa29ec425966 /include | |
parent | 09d7f2d9ab96b553984d1276150e616f698e6d8f (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.h | 1 |
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 */ |