summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorChen Liangjun <b36089@freescale.com>2012-07-23 10:24:58 +0800
committerChen Liangjun <b36089@freescale.com>2012-07-30 14:16:37 +0800
commitcaf2a31d3947ddccff5f1660bce6ed8948007f9c (patch)
tree6f92853960541acc7a8bd6e1a1f1d490f29fd7f5 /arch
parent5b91c6b56fce81df3afde913516d5e1f163f201c (diff)
ENGR00218013-1 DMA:Add HDMI DMA type and priv data for imx_dma_data
1 Add HDMI sdma periphal enum type. 2 Add private data type for imx_dma_data. Signed-off-by: Chen Liangjun <b36089@freescale.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/plat-mxc/include/mach/dma.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/plat-mxc/include/mach/dma.h b/arch/arm/plat-mxc/include/mach/dma.h
index ba00959c19fa..3fccb3be9e15 100644
--- a/arch/arm/plat-mxc/include/mach/dma.h
+++ b/arch/arm/plat-mxc/include/mach/dma.h
@@ -45,6 +45,7 @@ enum sdma_peripheral_type {
IMX_DMATYPE_IPU_MEMORY, /* IPU Memory */
IMX_DMATYPE_ASRC, /* ASRC */
IMX_DMATYPE_ESAI, /* ESAI */
+ IMX_DMATYPE_HDMI,
};
enum imx_dma_prio {
@@ -58,6 +59,7 @@ struct imx_dma_data {
int dma_request_p2p;
enum sdma_peripheral_type peripheral_type;
int priority;
+ void *private;
};
struct imx_pcm_dma_params {