diff options
author | Steve Longerbeam <slongerbeam@gmail.com> | 2014-06-25 21:05:45 -0400 |
---|---|---|
committer | Philipp Zabel <p.zabel@pengutronix.de> | 2014-09-02 08:55:51 -0400 |
commit | 4fd1a07af59bf5e1cfb73f7035bf525522cebc76 (patch) | |
tree | 43246e0bdd5becad59021d39504fef7429621c31 /include/video | |
parent | 2bcf577eb6361827f8347529803528031033cb83 (diff) |
gpu: ipu-v3: Add ipu_idmac_lock_enable()
Adds ipu_idmac_lock_enable(), which enables or disables channel
burst locking.
Signed-off-by: Steve Longerbeam <steve_longerbeam@mentor.com>
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
Diffstat (limited to 'include/video')
-rw-r--r-- | include/video/imx-ipu-v3.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/video/imx-ipu-v3.h b/include/video/imx-ipu-v3.h index d0cce6e4bcf5..b106c9b8b3e9 100644 --- a/include/video/imx-ipu-v3.h +++ b/include/video/imx-ipu-v3.h | |||
@@ -161,6 +161,7 @@ void ipu_idmac_put(struct ipuv3_channel *); | |||
161 | int ipu_idmac_enable_channel(struct ipuv3_channel *channel); | 161 | int ipu_idmac_enable_channel(struct ipuv3_channel *channel); |
162 | int ipu_idmac_disable_channel(struct ipuv3_channel *channel); | 162 | int ipu_idmac_disable_channel(struct ipuv3_channel *channel); |
163 | void ipu_idmac_enable_watermark(struct ipuv3_channel *channel, bool enable); | 163 | void ipu_idmac_enable_watermark(struct ipuv3_channel *channel, bool enable); |
164 | int ipu_idmac_lock_enable(struct ipuv3_channel *channel, int num_bursts); | ||
164 | int ipu_idmac_wait_busy(struct ipuv3_channel *channel, int ms); | 165 | int ipu_idmac_wait_busy(struct ipuv3_channel *channel, int ms); |
165 | 166 | ||
166 | void ipu_idmac_set_double_buffer(struct ipuv3_channel *channel, | 167 | void ipu_idmac_set_double_buffer(struct ipuv3_channel *channel, |