diff options
author | Steve Longerbeam <slongerbeam@gmail.com> | 2016-07-19 21:11:05 -0400 |
---|---|---|
committer | Philipp Zabel <p.zabel@pengutronix.de> | 2016-08-08 05:44:20 -0400 |
commit | 97afc25c4392105ea031e6f643f659058161c7dc (patch) | |
tree | 0ce5ba1dea5bf15ab0245642fdaddac21f09ad27 | |
parent | 572a7615aeddc881057a4653658731c8bfac7d86 (diff) |
gpu: ipu-v3: Add VDI input IDMAC channels
Adds the VDIC field input IDMAC channels. These channels
transfer fields F(n-1), F(n), and F(N+1) from memory to
the VDIC (channels 8, 9, 10 respectively).
Signed-off-by: Steve Longerbeam <steve_longerbeam@mentor.com>
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
-rw-r--r-- | include/video/imx-ipu-v3.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/video/imx-ipu-v3.h b/include/video/imx-ipu-v3.h index ef54634652e9..c4ccc7944cef 100644 --- a/include/video/imx-ipu-v3.h +++ b/include/video/imx-ipu-v3.h | |||
@@ -97,6 +97,9 @@ enum ipu_channel_irq { | |||
97 | #define IPUV3_CHANNEL_CSI2 2 | 97 | #define IPUV3_CHANNEL_CSI2 2 |
98 | #define IPUV3_CHANNEL_CSI3 3 | 98 | #define IPUV3_CHANNEL_CSI3 3 |
99 | #define IPUV3_CHANNEL_VDI_MEM_IC_VF 5 | 99 | #define IPUV3_CHANNEL_VDI_MEM_IC_VF 5 |
100 | #define IPUV3_CHANNEL_MEM_VDI_PREV 8 | ||
101 | #define IPUV3_CHANNEL_MEM_VDI_CUR 9 | ||
102 | #define IPUV3_CHANNEL_MEM_VDI_NEXT 10 | ||
100 | #define IPUV3_CHANNEL_MEM_IC_PP 11 | 103 | #define IPUV3_CHANNEL_MEM_IC_PP 11 |
101 | #define IPUV3_CHANNEL_MEM_IC_PRP_VF 12 | 104 | #define IPUV3_CHANNEL_MEM_IC_PRP_VF 12 |
102 | #define IPUV3_CHANNEL_G_MEM_IC_PRP_VF 14 | 105 | #define IPUV3_CHANNEL_G_MEM_IC_PRP_VF 14 |