dmaengine: pl330: add support for interlace size config

Change-Id: Ia1008d689591f80ee2b3c08e1596b83ccd762f63
Signed-off-by: Sugar Zhang <sugar.zhang@rock-chips.com>
This commit is contained in:
Sugar Zhang
2018-05-29 17:35:40 +08:00
committed by Tao Huang
parent 9d1e605ec4
commit ddd2e87ad4
2 changed files with 34 additions and 0 deletions

View File

@@ -365,6 +365,8 @@ struct dma_slave_config {
u32 dst_maxburst;
bool device_fc;
unsigned int slave_id;
unsigned int src_interlace_size;
unsigned int dst_interlace_size;
};
/**