i.MX IPU DMA: Fix wrong burstsize settings
authorSascha Hauer <s.hauer@pengutronix.de>
Thu, 1 Dec 2011 13:58:51 +0000 (14:58 +0100)
committerVinod Koul <vinod.koul@linux.intel.com>
Thu, 8 Dec 2011 07:29:03 +0000 (12:59 +0530)
commitc99e78435342a65a6a0bf9b86f87fd05831858d2
treeb9aa68bc64326a819e0550c85bb4483a90b81b43
parent5cd326fd27da347925019fcc041b79bad8dd55ed
i.MX IPU DMA: Fix wrong burstsize settings

The burstsize (npb in struct chan_param_mem) is set in
ipu_ch_param_set_size() once. The number of allowed
pixels in a burst depend on the pixel format and the
rotation mode. For 16bit formats 16 pixels are allowed
whereas for 32bit formats only 8 pixels are allowed.
Set these values correctly in ipu_ch_param_set_size()
and do not overwrite them afterwards.
We do not support rotation right now, so ignore this
case.
This patch fixes the wrong burstsize setting of 16 pixels
for 32bpp.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Vinod Koul <vinod.koul@linux.intel.com>
drivers/dma/ipu/ipu_idmac.c