diff options
author | Steve Longerbeam <slongerbeam@gmail.com> | 2014-06-25 21:05:51 -0400 |
---|---|---|
committer | Philipp Zabel <p.zabel@pengutronix.de> | 2014-09-02 08:55:54 -0400 |
commit | c42d37ca421aa222e8f27744d4129bce726a3724 (patch) | |
tree | 46d471309390667beb4bead6b7e6adabc488f502 /include/video | |
parent | 555f0e6690a41245518003c02a1ecb84e4a69281 (diff) |
gpu: ipu-cpmem: Add ipu_cpmem_set_rotation()
Adds ipu_cpmem_set_rotation().
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 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/video/imx-ipu-v3.h b/include/video/imx-ipu-v3.h index f30c06871db7..699e0d8d135b 100644 --- a/include/video/imx-ipu-v3.h +++ b/include/video/imx-ipu-v3.h | |||
@@ -197,6 +197,8 @@ void ipu_cpmem_interlaced_scan(struct ipuv3_channel *ch, int stride); | |||
197 | void ipu_cpmem_set_axi_id(struct ipuv3_channel *ch, u32 id); | 197 | void ipu_cpmem_set_axi_id(struct ipuv3_channel *ch, u32 id); |
198 | void ipu_cpmem_set_burstsize(struct ipuv3_channel *ch, int burstsize); | 198 | void ipu_cpmem_set_burstsize(struct ipuv3_channel *ch, int burstsize); |
199 | void ipu_cpmem_set_block_mode(struct ipuv3_channel *ch); | 199 | void ipu_cpmem_set_block_mode(struct ipuv3_channel *ch); |
200 | void ipu_cpmem_set_rotation(struct ipuv3_channel *ch, | ||
201 | enum ipu_rotate_mode rot); | ||
200 | int ipu_cpmem_set_format_rgb(struct ipuv3_channel *ch, | 202 | int ipu_cpmem_set_format_rgb(struct ipuv3_channel *ch, |
201 | const struct ipu_rgb *rgb); | 203 | const struct ipu_rgb *rgb); |
202 | int ipu_cpmem_set_format_passthrough(struct ipuv3_channel *ch, int width); | 204 | int ipu_cpmem_set_format_passthrough(struct ipuv3_channel *ch, int width); |