diff options
| author | Steve Longerbeam <slongerbeam@gmail.com> | 2016-07-19 21:11:01 -0400 |
|---|---|---|
| committer | Philipp Zabel <p.zabel@pengutronix.de> | 2016-08-08 05:44:20 -0400 |
| commit | 03085911d7bbe1132977302fe45ec4efea29cd3d (patch) | |
| tree | 0041880c5a42943fc07e4d62182bcf38e6946b03 /include/video | |
| parent | e5e8690ff0cd88e42153fbefcbfcbdb726a1a283 (diff) | |
gpu: ipu-cpmem: Add ipu_cpmem_get_burstsize()
Adds ipu_cpmem_get_burstsize().
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 69c86585452a..8c4312ddc46c 100644 --- a/include/video/imx-ipu-v3.h +++ b/include/video/imx-ipu-v3.h | |||
| @@ -187,6 +187,7 @@ void ipu_cpmem_set_buffer(struct ipuv3_channel *ch, int bufnum, dma_addr_t buf); | |||
| 187 | void ipu_cpmem_set_uv_offset(struct ipuv3_channel *ch, u32 u_off, u32 v_off); | 187 | void ipu_cpmem_set_uv_offset(struct ipuv3_channel *ch, u32 u_off, u32 v_off); |
| 188 | void ipu_cpmem_interlaced_scan(struct ipuv3_channel *ch, int stride); | 188 | void ipu_cpmem_interlaced_scan(struct ipuv3_channel *ch, int stride); |
| 189 | void ipu_cpmem_set_axi_id(struct ipuv3_channel *ch, u32 id); | 189 | void ipu_cpmem_set_axi_id(struct ipuv3_channel *ch, u32 id); |
| 190 | int ipu_cpmem_get_burstsize(struct ipuv3_channel *ch); | ||
| 190 | void ipu_cpmem_set_burstsize(struct ipuv3_channel *ch, int burstsize); | 191 | void ipu_cpmem_set_burstsize(struct ipuv3_channel *ch, int burstsize); |
| 191 | void ipu_cpmem_set_block_mode(struct ipuv3_channel *ch); | 192 | void ipu_cpmem_set_block_mode(struct ipuv3_channel *ch); |
| 192 | void ipu_cpmem_set_rotation(struct ipuv3_channel *ch, | 193 | void ipu_cpmem_set_rotation(struct ipuv3_channel *ch, |
