]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ENGR00291103 IPUv3 common:Don't initialize PRP_VF for MEM_VDI_MEM
authorLiu Ying <Ying.Liu@freescale.com>
Wed, 18 Dec 2013 02:03:22 +0000 (10:03 +0800)
committerLothar Waßmann <LW@KARO-electronics.de>
Mon, 16 Jun 2014 16:09:14 +0000 (18:09 +0200)
commit39046122993bd54804ef8a798d5f248f17079fa7
tree311172d4f554509b65cf7d7a829e2f3515741b95
parent22a1e2f07808962b42fb696ada2948bbd4847cd3
ENGR00291103 IPUv3 common:Don't initialize PRP_VF for MEM_VDI_MEM

Since the channel MEM_VDI_MEM doesn't use the PRP_VF task, this
patch removes the code to initialize the PRP_VF task for the
channel MEM_VDI_MEM. This change may fix the issue caused by
the unnesessary PRP_VF task output resolution limitation check.
The issue can be reproduced by the following unit test case:

mxc_vpu_test.out -D "-f 2 -y 2 -v m -i
1080i_shields1088i2997_shields_ter_4x300_15fps_track1.h264"

Signed-off-by: Liu Ying <Ying.Liu@freescale.com>
drivers/mxc/ipu3/ipu_common.c