summaryrefslogtreecommitdiff
path: root/drivers/mxc/ipu3/ipu_device.c
diff options
context:
space:
mode:
authorLiu Ying <Ying.Liu@freescale.com>2011-05-24 09:58:49 +0800
committerJason Liu <r64343@freescale.com>2012-01-09 20:08:40 +0800
commit5ade4168b070ee6783ed65614fb26ddb74e4e105 (patch)
treed41900709344e8b48798798571234bfd39825cfb /drivers/mxc/ipu3/ipu_device.c
parentf9148cae86ba131c1d4f558e7bb0ab500168b3cf (diff)
ENGR00142551-1 IPUv3:Support triple buffer
This patch supports IPUv3 triple buffer. Only channel 23, 27 and 28 are tested. Test was done on MX51 BBG and MX53 SMD. IPUv1 interface is changed accordingly to pass building. Signed-off-by: Liu Ying <Ying.Liu@freescale.com> (cherry picked from commit 73ef4408712acfee2d132f73555085a61be7b17c)
Diffstat (limited to 'drivers/mxc/ipu3/ipu_device.c')
-rw-r--r--drivers/mxc/ipu3/ipu_device.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mxc/ipu3/ipu_device.c b/drivers/mxc/ipu3/ipu_device.c
index 057ddf6e447b..316207a288fa 100644
--- a/drivers/mxc/ipu3/ipu_device.c
+++ b/drivers/mxc/ipu3/ipu_device.c
@@ -135,6 +135,7 @@ static long mxc_ipu_ioctl(struct file *file,
parm.rot_mode,
parm.phyaddr_0,
parm.phyaddr_1,
+ parm.phyaddr_2,
parm.u_offset,
parm.v_offset);