summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Chen <b02280@freescale.com>2010-11-29 17:53:18 +0800
committerJustin Waters <justin.waters@timesys.com>2010-12-14 10:44:45 -0500
commit96f7fc6b0535661593acb0fac9e00706722be525 (patch)
tree87c4a97365cfb6d0c0427216d2d947c6651d40df
parent278c8146474e7e4398ad3dcb9fb40756d4da3988 (diff)
ENGR00134076 ipuv3: should not set burst size again2.6.35-mx51-201011290953
Burst size has been set for non-interleaing format channel. Signed-off-by: Jason Chen <b02280@freescale.com>
-rw-r--r--drivers/mxc/ipu3/ipu_common.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mxc/ipu3/ipu_common.c b/drivers/mxc/ipu3/ipu_common.c
index 620d17f439f6..a0f36adfea43 100644
--- a/drivers/mxc/ipu3/ipu_common.c
+++ b/drivers/mxc/ipu3/ipu_common.c
@@ -1085,7 +1085,6 @@ int32_t ipu_init_channel_buffer(ipu_channel_t channel, ipu_buffer_t type,
dmfc_wr_chan |= 0x80;
__raw_writel(dmfc_wr_chan, DMFC_WR_CHAN);
}
- _ipu_ch_param_set_burst_size(dma_chan, 32);
}
spin_lock_irqsave(&ipu_lock, lock_flags);
_ipu_dmfc_set_wait4eot(dma_chan, width);