|
@@ -187,6 +187,7 @@ void ipu_cpmem_set_buffer(struct ipuv3_channel *ch, int bufnum, dma_addr_t buf);
|
|
|
void ipu_cpmem_set_uv_offset(struct ipuv3_channel *ch, u32 u_off, u32 v_off);
|
|
|
void ipu_cpmem_interlaced_scan(struct ipuv3_channel *ch, int stride);
|
|
|
void ipu_cpmem_set_axi_id(struct ipuv3_channel *ch, u32 id);
|
|
|
+int ipu_cpmem_get_burstsize(struct ipuv3_channel *ch);
|
|
|
void ipu_cpmem_set_burstsize(struct ipuv3_channel *ch, int burstsize);
|
|
|
void ipu_cpmem_set_block_mode(struct ipuv3_channel *ch);
|
|
|
void ipu_cpmem_set_rotation(struct ipuv3_channel *ch,
|